home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00340.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  425 b   |  13 lines

  1. on mouseUp
  2.   global md3, rantime, mp
  3.   set rantime to the ticks
  4.   set mp to 6
  5.   if the name of cast the castNum of sprite 6 = "saend" then
  6.     set the castNum of sprite 6 to the number of cast "sastart"
  7.     set md3 to the duration of cast the number of cast "sastart" - 3
  8.   else
  9.     set md3 to the duration of cast (the castNum of sprite 6 + 1) - 3
  10.     set the castNum of sprite 6 to the castNum of sprite 6 + 1
  11.   end if
  12. end
  13.